home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Internet
/
Chip Internet.iso
/
viewer
/
ghost
/
uppr_scr.ps
< prev
next >
Wrap
Text File
|
1993-03-16
|
308b
|
14 lines
% For putting the upper part of the Postscript output page
% into a 640x480 screen.
%
% -g640x480 uppr_scr.ps
gsave clippath pathbbox grestore
4 dict begin
/ury exch def /urx exch def /lly exch def /llx exch def
70 -10 translate
.95 .95 scale
ury urx sub llx ury add neg translate
end